Fix off-by-one error. GDate month is one-based and GtkCalendar month is
authorMatthias Clasen <maclas@gmx.de>
Sun, 4 Jul 2004 05:31:45 +0000 (05:31 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 4 Jul 2004 05:31:45 +0000 (05:31 +0000)
commitfd10968b1237065726bd1154acf201670732568f
treec1e764e8f2dbb2821b8e596a912dc3c0cfee274d
parentb98e17c85088757547a38268818597eaf03028ef
Fix off-by-one error. GDate month is one-based and GtkCalendar month is

Sun Jul  4 01:29:35 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkcalendar.c (gtk_calendar_drag_data_get):
(gtk_calendar_drag_data_received): Fix off-by-one error.
GDate month is one-based and GtkCalendar month is zero-based.
(#145134, William Jon McCann)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkcalendar.c